3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The functions described in this section are used only in the Win32 Windows environment.
You can use the Q3WinViewerGetWindow function to obtain the window for a Windows viewer.
HWND Q3WinViewerGetWindow (TQ3ViewerObject viewer);
You can use the Q3WinViewerSetWindow function to set the window for a Windows viewer.
TQ3Status Q3WinViewerSetWindow (
TQ3ViewerObject viewer,
HWND window );
You can use the Q3WinViewerGetViewer function to get the viewer for a given window.
TQ3ViewerObject Q3WinViewerGetViewer (HWND theWindow);
You can use the Q3WinViewerGetBitmap function to obtain a bitmap of the contents of a Windows viewer's window.
HBITMAP Q3WinViewerGetBitmap (TQ3ViewerObject viewer);
You can use the Q3WinViewerGetControlStrip function to obtain the control strip window for a given viewer.
HWND Q3WinViewerGetControlStrip (TQ3ViewerObject viewer);
Previous | QD3D Book | Overview | Chapter Contents | Next |